home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / X-Menu 2.0 / X-Menu 2.0.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-06-23  |  863 b   |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>X-Menu 2.0</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>Put into the public domain at MacHack 16 by Jim Correia and Steve Kalkwarf</string>
  11.     <key>CFBundleInfoDictionaryVersion</key>
  12.     <string>6.0</string>
  13.     <key>CFBundleName</key>
  14.     <string>Finder</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>APPL</string>
  17.     <key>CFBundleShortVersionString</key>
  18.     <string>1.0</string>
  19.     <key>CFBundleSignature</key>
  20.     <string>????</string>
  21.     <key>CFBundleVersion</key>
  22.     <string>1.0</string>
  23.     <key>NSMainNibFile</key>
  24.     <string>MainMenu</string>
  25.     <key>NSPrincipalClass</key>
  26.     <string>NSApplication</string>
  27. </dict>
  28. </plist>
  29.